BrowserBecameUnresponsive

An event indicating that the browser instance has become unresponsive.

This event is fired when JavaScript code on the loaded web page is executing for a long period of time (~45 seconds) blocking the web page while user is trying to work with the web page by clicking or typing on it. If the web page does not respond, this event is triggered.

Functions

Link copied to clipboard
open fun browser(): Browser
Returns the Browser instance initiated this event.